systemd.user.services.<name>.serviceConfig

Each attribute in this set specifies an option in the [Service] section of the unit. See systemd.service(5) for details.

Type
attribute set of (systemd option)
Default
{ }
Example
{
  RestartSec = 5;
}
Declared
<nixpkgs/nixos/modules/system/boot/systemd/user.nix>